func runtime.cgoIsGoPointer

16 uses

	runtime (current package)
		cgocall.go#L421: 		if p == nil || !cgoIsGoPointer(p) {
		cgocall.go#L492: 		if !cgoIsGoPointer(p) {
		cgocall.go#L508: 		if !cgoIsGoPointer(p) {
		cgocall.go#L519: 		if p == nil || !cgoIsGoPointer(p) {
		cgocall.go#L534: 		if !cgoIsGoPointer(ss.str) {
		cgocall.go#L563: 		if !cgoIsGoPointer(p) {
		cgocall.go#L593: 			if cgoIsGoPointer(pp) && !isPinned(pp) {
		cgocall.go#L620: func cgoIsGoPointer(p unsafe.Pointer) bool {
		cgocheck.go#L32: 	if !cgoIsGoPointer(src) {
		cgocheck.go#L35: 	if cgoIsGoPointer(unsafe.Pointer(dst)) {
		cgocheck.go#L95: 	if !cgoIsGoPointer(src) {
		cgocheck.go#L98: 	if cgoIsGoPointer(dst) {
		cgocheck.go#L116: 	if !cgoIsGoPointer(src) {
		cgocheck.go#L119: 	if cgoIsGoPointer(dst) {
		cgocheck.go#L187: 		if cgoIsGoPointer(v) && !isPinned(v) {
		cgocheck.go#L219: 				if cgoIsGoPointer(v) && !isPinned(v) {